[PW_SID:1069436] Fix for PMKSA usage after known network removal#494
[PW_SID:1069436] Fix for PMKSA usage after known network removal#494IWDTestBot wants to merge 3 commits intoworkflowfrom
Conversation
Adds a new flushing method to remove all PMKSA entries for a given SSID.
If a known network is removed we should also flush any PMKSA entries associated with that network. Without doing this it would permit IWD allow connect to that network later which would be confusing to the user since they explicitly removed the network.
Tests that IWD cannot connect to the network once the profile has been removed (after a PMKSA cache has been established).
|
Fetch PR Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches |
|
Fetch PR GitLint Prep - Setup ELL Make Distcheck Build - Configure Make Check Make Check w/Valgrind Incremental Build with patches Autotest Runner Clang Build |
Adds a new flushing method to remove all PMKSA entries for a given
SSID.
src/pmksa.c | 27 +++++++++++++++++++++++++++
src/pmksa.h | 1 +
2 files changed, 28 insertions(+)